projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f60f18a
)
Delete extra backslash on last line of macro.
author
Karl Heuer
<kwzh@gnu.org>
Sat, 26 Feb 1994 02:20:31 +0000
(
02:20
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sat, 26 Feb 1994 02:20:31 +0000
(
02:20
+0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 054b10de817472d93c22f4d5027ac519a57eaac5..6d3e6681f0ecadacbc136f2333fafc3525d79e24 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-1039,7
+1039,7
@@
void staticpro();
ret_ungc_val = (expr); \
UNGCPRO; \
return ret_ungc_val; \
- }
\
+ }
\f
/* Defined in data.c */
extern Lisp_Object Qnil, Qt, Qquote, Qlambda, Qsubr, Qunbound;